home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / mmulib / include / clib / disassembler_protos.h < prev    next >
C/C++ Source or Header  |  1999-11-29  |  475b  |  27 lines

  1. #ifndef  CLIB_DISASSEMBLER_PROTOS_H
  2. #define  CLIB_DISASSEMBLER_PROTOS_H
  3.  
  4. /*
  5. **      $VER: disassembler_protos.h 40.2 (31.10.99)
  6. **      Includes Release 40.2
  7. **
  8. **      C prototypes.
  9. **
  10. **      © 1999 THOR-Software (Thomas Richter)
  11. **
  12. */
  13.  
  14. #ifndef EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17.  
  18. #ifndef LIBRARIES_DISASSEMBLER_H
  19. #include <libraries/disassembler.h>
  20. #endif
  21.  
  22. APTR Disassemble(struct DisData *ds);
  23. APTR FindStartPosition(APTR startpc,UWORD min, UWORD max);
  24.  
  25. #endif
  26.  
  27.